home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 34
/
Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso
/
Aminet
/
util
/
pack
/
xpk_Develop.lha
/
xpk_Develop
/
Include
/
Old-C
/
libraries
/
xpk.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1998-11-09
|
361 b
|
25 lines
#ifndef LIBRARIES_XPK_H
#define LIBRARIES_XPK_H
/*
** $VER: libraries/xpk.h 3.10 (19.11.96)
**
** DO NOT use this in new code, it's here
** for compatibility only.
*/
#ifndef XPK_XPKOBSOLETE_H
#include <xpk/xpkobsolete.h>
#endif
#ifndef XPK_XPK_H
#include <xpk/xpk.h>
#endif
#ifndef _PROTO_XPK_H
#include <proto/xpk.h>
#endif
#endif /* LIBRARIES_XPK_H */